<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin: 0; padding: 0; border: 0; }
html { color: #666; }
html, body { width: 100%; min-width: 320px; }
body, button, input, select, textarea { margin: 0; padding: 0; font-family: PingFang TC, Helvetica Neue, Helvetica, STHeitiTC-Light, Verdana, Arial, sans-serif; font-size: 12px; background: #fff }
ul, ol, li, dl, dd, dt { list-style: none; }
em { font-style: normal; }
a { text-decoration: none; outline: none; }
a:hover { text-decoration: underline; }
legend { color: #000; }
fieldset, img { border: 0; }
label, button { cursor: pointer; }
/*解决IE图片缩放失真*/
img { -ms-interpolation-mode: bicubic; }
/*清除浮动*/
.clearfix:after { content: ''; display: block; height: 0; clear: both; }
.clearfix { zoom: 1; }
.clear { clear: both; }
/*连续英文、数字换行*/
.wordwrap { word-break: break-all; word-wrap: break-word; }
/*单行文字超出显示省略号*/
.omg { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
img { border: 0; vertical-align: middle; }
a { color: #3a3a3a; text-decoration: none; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }
a:hover { text-decoration: none }
.fl { float: left; }
.fr { float: right; }
/*苹果手机默认按钮样式去除*/
input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; }
textarea { -webkit-appearance: none; }
input { border-radius: 0; }

/* 设置滚动条的样式 */
::-webkit-scrollbar {
width:4px;
}/* 滚动槽 */
::-webkit-scrollbar-track {
background-color:#f0f0f0;
border-radius:0px;
}/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
background-color:#6d6e70;
}
::-webkit-scrollbar-thumb:window-inactive {
background-color:#3c3c3c;
}
@-webkit-keyframes bounce-up { 25% {
-webkit-transform: translateY(5px);
}
50%, 100% {
-webkit-transform: translateY(0);
}
75% {
-webkit-transform: translateY(-5px);
}
}
@keyframes bounce-up { 25% {
transform: translateY(5px);
}
50%, 100% {
transform: translateY(0);
}
75% {
transform: translateY(-5px);
}
}

.container{width:1200px; margin:0 auto;}
.swiper-wrapper img{max-width: 100%; display: block;}


/*header*/
#banner{position: relative; z-index: 9;}
header{height:79px; width:100%; position:fixed; z-index: 99; top:0px; border-bottom: 2px solid rgba(255,255,255,0.2)}
.header .logo{background: #ff3334; width:152px; height:79px; float:left;}
.header .logo img{display: block; margin: 17px auto 0px;}
.header ul{width:644px;height:79px; margin-top:0px; float:left; margin-left: 136px;}
ul#nav li{float:left;}
ul#nav li a{display:block;width:92px; font-weight:normal;color:#fff;font-size:14px;text-align:center; white-space:nowrap; line-height:78px; background-repeat:no-repeat;}
ul#nav&gt;li em{width:20px; height: 3px; display: block; margin:0 auto;}
ul#nav&gt;li:hover{}
ul#nav&gt;li:hover em{background: #ff3334;}
ul#nav&gt;li:hover a{color:#fff;}
ul#nav&gt;li.nav_on{}
ul#nav&gt;li.nav_on em{background: #ff3334;}
ul#nav&gt;li.nav_on a{color:#fff; line-height: 78px;}
ul#nav&gt;li&gt;a:hover,ul#nav&gt;li&gt;a.default,ul#nav&gt;li&gt;a.cur{color:#fff;}


.son_channel {position: absolute; background:rgba(35,35,47,0.9); left:0px; top: 79px; width: 100%; z-index: 33; overflow: hidden; height: 200px; display:none; padding: 0px 0px;}
.toppro{width:120px; float:left; margin:20px 10px; text-align: center;}
.toppro a{width:100%; height: auto; line-height: 24px;}
.toppro a img{max-width: 120px;}
.toppro span{margin:0px; padding: 0px; color:#fff; display: block; line-height: 36px; text-align: center; width:120px;}


.web_nav { display: none; width: 90%; height: 102px; line-height: 50px; color: #fff; font-size: 16px; margin: 0 auto; font-weight: bold; }
.btn-menu { display: block; float: right; position: relative; background: transparent; cursor: pointer; padding: 15px 0; width: 26px; height: 16px; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }
.btn-menu:before, .btn-menu:after, .btn-menu span { background-color: #ffffff; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }
.btn-menu:before, .btn-menu:after { content: ''; position: absolute; top: 0; height: 1px; width: 100%; left: 0; top: 50%; -webkit-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; }
.btn-menu span { position: absolute; width: 100%; height: 1px; left: 0; top: 50%; overflow: hidden; text-indent: 200%; }
.btn-menu:before { -webkit-transform: translate3d(0, -7px, 0); transform: translate3d(0, -7px, 0); }
.btn-menu:after { -webkit-transform: translate3d(0, 7px, 0); transform: translate3d(0, 7px, 0); }
.btn-menu.active span { opacity: 0; }
.btn-menu.active:before { background-color: #ffffff; -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); }
.btn-menu.active:after { background-color: #ffffff; -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); }


.header .tel{width:224px; float:right; color:#fff; font-size: 12px; line-height: 80px;}
.header .tel .icon-tel{width:27px; height: 27px; background: #ff3334; border-radius: 14px; margin: 27px 8px 0px 0px; float:left;}
.header .tel .icon-tel img{display: block; padding: 5px;}
.header .tel span{float:left; line-height: 80px; font-size: 24px; font-family: inherit; font-weight: bold; color:#ff3334;}
.page-header{background:rgba(35,35,47,0.95)}
.swiper-container img{max-width: 100%;}


.indexpro{width:100%; margin:60px 0px; text-align: center;}
.tit{text-align: center;}
.indexprolist{margin:60px 0px;}
.procateleft{float:left; width:960px;}
.procateleft .procatebox{position: relative; float:left; width:480px;}
.procateleft .procatebox img{max-width: 100%; position: relative; z-index: 10;}
/*.procateleft .procatebox a{position: absolute; opacity: 1; z-index: 11; top:0px; left:0px;}*/
.procateleft .procateboxd{width:480px; float:left;}
.procateleft .procateboxd .procateboxd-box{float:left; width:240px; position: relative;}
.procateleft .procateboxd img{max-width: 100%; position: relative; z-index: 10;}
/*.procateleft .procateboxd a{position: absolute; opacity: 1; z-index: 11; top:0px; left:0px;}*/

.indexprolist .pcurl{
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    visibility: visible\9;
    display: none\9;
    background-color: rgba(0, 0, 0, 0.5);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
    z-index: 11; 
    text-align: center;
}
.indexprolist .pcurl img{
	margin-top: 28%;
}
.indexprolist .pcurl span{ 
	margin-top: 10px;
    display:block;
    width: 100%;
    color: #faf8f8;
}
.procateleft .procatebox a.pcurl img{
	margin-top: 14%;
}

.procateleft .procatebox:hover a.pcurl{
	-webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
   	filter: alpha(opacity=100);
    visibility: visible;
    display: block\9;
}
.procateleft .procateboxd .procateboxd-box:hover a.pcurl{
	-webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
   	filter: alpha(opacity=100);
    visibility: visible;
    display: block\9;
}

.procateright{float:left; width:240px;position: relative;}
.procateright .mb{display: none;}
.procateright img{max-width: 100%; position: relative; z-index: 10; }
.procateright a.pcurl img{
	margin-top: 72%;
}
.procateright:hover a.pcurl{
	-webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
   	filter: alpha(opacity=100);
    visibility: visible;
    display: block\9;
}



/*case*/
.tab {overflow: hidden; height:730px;}
.titleBox {float: left;width: 34%;background-color: #141b37;height: 100%;position: relative;}
.titbox{padding-top: 140px;}
.titbox .en{font-size:72px; color:#fff; line-height: 56px;}
.titbox .en span{color:#ff3334;}
.titbox .tit{text-align: left; padding-bottom:50px; padding-top:32px;}
.titleList {margin: auto 0;position: relative;z-index: 2;}
.titleList li span{color: #fff;padding: 5px 0px;width: 100%;display: block;}
.titleList li.current{background:#ff3334; padding:10px 0px; font-size: 16px;}
.current span{color: #fff !important;}
.contentBox {float: right;width: 66%;height: 100%;}
.contentList {background-color:#eeeeee; height: 100%;}
.contentList li {}
.contentList li p {color: #fff;}
.contentList li .wz{font-size: 14px; padding:40px 30px; width:800px; line-height: 32px;}
.backBox {background-color: #0d38f8;z-index:0;width: 120px;border-radius: 10px;margin-left: 5px;position: absolute;}
.backBox::before{content: "";position: absolute;width: 0px;height: 0px;border-left: 8px solid transparent;border-right: 8px solid transparent;border-bottom: 8px solid #fff;top: -15px;left: calc(50% - 8px);}
.backBox::after{content: "";position: absolute;width: 0px;height: 0px;border-left: 8px solid transparent;border-right: 8px solid transparent;border-top: 8px solid #fff;bottom: -15px;left: calc(50% - 8px);}
.backBox img {width: 16px;height: 16px;display: block;position: absolute;}
.backBox img:first-child{top: -20px;}
.backBox img:last-child{left: calc(50% - 8px);bottom: -20px;}

.indexaboutbox{margin-top:60px;}
.indexaboutbox .tit{margin-bottom: 50px;}
.aboutboxleft{float:left; width:50%;}
.aboutboxright{float:right; width: 520px;}
.aboutboxright h2{line-height: 52px; font-size: 22px; color:#151c39;}
.aboutboxright em{width:20px; height: 2px; background: #ff3334; display: block;}
.aboutboxright .intro{margin-top: 40px;  margin-bottom: 60px; font-size: 14px; line-height: 28px;}
.aboutboxright .sz{}
.aboutboxright .sz ul li{float:left; padding: 0px 20px; border-right: 1px solid #ccc; font-size: 24px; color: #ff3334; text-align: center; font-weight: bold;}
.aboutboxright .sz ul li span{display: block; font-size: 12px; color:#ccc;}
.aboutboxright .sz ul li:last-child{border:0px;}
.aboutboxright .sz ul li:first-child{padding-left:0px;}
.aboutboxright a{display: block; width:90px; text-align: center; height: 32px; line-height: 32px; border-radius: 14px; background: #ff3334; margin-top: 40px; color:#fff;}
.mengban{height: 140px; background:#eeeeee; margin-top: -66px;}


.indexnewsbox{margin-top:60px;}
.indexnewsbox .tit{margin-bottom: 50px;}
.newsleft{width:400px; float:left; margin-top: 28px;}
.newsleft .info{padding: 20px; width:360px;}
.newsleft .info h2{font-size: 18px; padding-bottom: 12px; color: #121c37;}
.newsleft .info p{line-height: 24px; font-size: 12px;}
.newsleft:hover .info h2{color:#ff3334;}
.newsright{width:720px; float:right;}
.newsright .newsbox{height: 118px; border-bottom: 1px solid #e2e2e2;}
.newsright .newsbox:last-child{border-bottom: 0px;}
.newsright .newsbox .ntit{width:100%; padding:28px 0px 16px;}
.newsright .newsbox .ntit h2{font-size: 16px; display: block; width:600px; float:left; color: #121c37;}
.newsright .newsbox .ntit span{font-size: 14px; display:block; width:120px; float:right; text-align: right; color:#ff3334;}
.newsright .newsbox .ninfo{font-size: 12px;}
.indexnewsbox a.newsmore{display: block; width:90px; text-align: center; height: 32px; line-height: 32px; border-radius: 14px; background: #ff3334; margin-top: 40px; color:#fff; margin:20px auto 60px;}
.newsright .newsbox:hover .ntit h2{color:#ff3334;}

#footer{background: url(../images/footbg.jpg) no-repeat center;}
#footer .tit{text-align: center; padding-top: 60px; color:#fff; font-size:28px;}
#footer .tit em{display: block; font-size: 12px;}
#footer .tit span{color:#ff3334;}
.footcontainer{width:680px; margin:48px auto 0px; padding-bottom: 60px;}
.footcontainer .ewm{float:left; width:150px; color:#fff;}
.footcontainer .ewm span{display: block; line-height: 24px; font-size:14px; padding-left: 18px;}
.footcontainer .contact{color:#fff; font-size: 14px; line-height: 24px; padding-left:60px; float:left;}
.footcontainer .contact hr{width:300px; height: 1px; background: #fff; margin:10px 0px;}

.copyright{text-align:center; line-height: 36px;}
.copyright a{color:#666;}
.link{line-height: 36px; color:#666;}

@media (max-width:767px) {
.newsright .newsbox .ninfo{    height: 32px;
    overflow: hidden;}
	header{height: auto;}
	.container{width:96%;}
	.header.container{width:100%; background:rgba(18,28,53,0.8)}
	.header .logo{width:100%; height: auto;}
	.header .logo img{margin:5px auto;}
	.header .tel{display: none;}
	.web_nav{width:96%;display:block;}
	#nav{display:none;}
	.header ul{margin-left: 0px;}
	ul#nav{display:none; width:100%; height:auto; float:none; margin-top: 0px;}
	ul#nav li { width: 100%; background: #f1f1f1; border-bottom: 1px solid #ffffff; margin: 0; float: none}
ul#nav&gt;li.nav_on a{color:#fff; line-height:40px;}
	ul#nav li a { color: #333; display: block; width:100%; line-height: 36px;}
	ul#nav li a em{display: none}
	#banner{margin-top: 100px;}
	.indexpro{margin:20px 0px;}
	.tit img{max-width: 40%; display:block; margin-left: auto; margin-right: auto;}
	.indexprolist{margin:20px 0px;}
	.procateleft{width:100%;}
	.procateleft .procatebox{width:100%;}
	.procateleft .procateboxd{width:100%;}
	.procateleft .procateboxd .procateboxd-box{width:50%;}
	.procateright{width:100%;}
	.procateright img.pc{display: none}
	.procateright img.mb{display: block;}
	.tab{height: auto; display: none;}
	.titleBox{width:100%;}
	.titbox{padding-top: 20px;}
	.titbox .en{font-size: 32px; display: none;}

	.indexaboutbox{margin-top: 20px;}
	.indexaboutbox .tit{margin-bottom: 18px;}
	.aboutboxleft{width:100%;}
	.aboutboxleft img{max-width:100%;}
	.aboutboxright{width:100%;}
	.aboutboxright .intro{margin-top:14px; margin-bottom: 16px;}
	.mengban{height:100px;}
	.indexnewsbox{margin-top:20px;}
	.indexnewsbox .tit{margin-bottom: 18px;}
	.newsleft{margin-top: 0px; width: 100%}
	.newsleft img{max-width: 100%}
	.newsleft .info{width:auto; padding: 0px;}
	.newsright{width:100%;}
	.newsright .newsbox .ntit{padding:10px 0px}
	.newsright .newsbox .ntit h2{width:100%;}
	.newsright .newsbox .ntit span{float:left; text-align: left; padding: 5px 0px 0px}

	#footer{margin: 0px;}
	#footer .tit{padding-top: 30px}
	.footcontainer{margin-top:20px; width:100%; padding-bottom:20px;}
	.footcontainer .ewm{width:50%; text-align: center; margin-bottom: 10px;}
	.footcontainer .ewm span{padding-left:0px;}
	.footcontainer .contact{text-align: center; padding-left: 0px; float:none;}
	.footcontainer .contact hr{margin:10px auto;}
}

.ny_content_wrap{background: #ffffff;width:100%;}
.ny_content{width:90%;max-width:1280px;margin:0 auto;padding-top:20px;padding-bottom:20px;}
.ny_tlt1{width:100%;margin-bottom:30px;}
.ny_tlt1 p{font-size:24px;color:#515671;text-align:center;}
.ny_tlt1 span{display:block;font-size:14px;font-weight:lighter;color:#999;text-align:center;height:30px;line-height:30px;}

.ny_news_con2 .about_img{float:left;width:37%;}
.ny_news_con2 .about_img img{max-width:100%;}
.ny_news_con2 .about_wz{float:right;width:60%;font-size:13px;line-height:30px;color:#555;}
.ny_news_con2 .about_wz p{text-indent: 2em;}
.ny_news_con2 .about_order{width:100%;}
.ny_news_con2 .about_order img{max-width:100%; display: block; margin:0 auto;}
.ny_zycp{background:#f1f1f1; padding:20px 15px;margin-bottom:25px;}
.ny_content .content_right{float:right;width:100%;padding:1%;}
.ny_content .content_right2{float:none;width:100%;padding:0;padding-bottom:30px;}
.ny_content .content_right3{ width:78%; float:right; padding:0;}
.ny_content .content_right .bread_nav1{overflow:hidden;height:45px;line-height:40px;margin-bottom:10px;border-bottom:1px solid #dedede;padding-bottom:5px;}
.ny_content .content_right .bread_nav1 h2{width:20%;font-size:20px;color:#333;float:left;font-weight:bold;}
.ny_content .content_right .bread_nav1 .bread_nav1_right{float:right;width:78%;text-align:right;color:#777;overflow:hidden; font-size: 12px;}
.ny_content .content_right .bread_nav1 .bread_nav1_right&gt;em{display:inline-block;width:25px;height:40px;background:url(../images/dw.png) center center no-repeat;vertical-align: top;}
.ny_content .content_right .bread_nav1 .bread_nav1_right a{color:#555;}
.ny_content .content_right .bread_nav1 .bread_nav1_right a:hover{color:#ff3334}
.ny_content .content_right .bread_nav{overflow:hidden;height:40px;line-height:40px;margin-bottom:10px;padding-bottom:5px;}
.ny_content .content_right .bread_nav .bread_nav_left{width:35%;text-align:left;color:#777;overflow:hidden;font-size:12px; float:left;}
.ny_content .content_right .bread_nav .bread_nav_left&gt;em{display:inline-block;width:25px;height:40px;background:url(../images/dw.png) center center no-repeat;vertical-align: top;}
.ny_content .content_right .bread_nav .bread_nav_left a{color:#555;}
.ny_content .content_right .bread_nav .bread_nav_left a:hover{color:#ff3334}

.ny_news_honor img{display: block; margin:0 auto;}
.ny_news_honor iframe{display:block; margin:0 auto; max-width:100%}


.bread_nav_right{ width:60%; float:right; text-align:right;}
.bread_nav_right a{ display:inline-block;padding:0 20px; height:30px; line-height:30px;margin-right:2%; color:#666; font-size:13px;}
.bread_nav_right a.on{ background:#ff3334; color:#fff;}
.bread_nav_right a:hover{background:#ff3334; color:#fff;}

.ny_content .content_left{float:left;width:20%;}
.ny_content .content_left .c_tlt{height:60px;line-height:60px;text-align:center;font-size:20px;font-weight:bold;background:#ff3334; border:0px solid #ccc;color:#fff;margin-bottom:10px;}
.c_tlt span{float: left;
    display: inline-block;
    height: 44px;
    margin-top: 8px;
    background: #f00;
    line-height: 44px;
    margin-right: 10px;
    padding: 0px 10px;
    color: #fff;
    border-radius: 0px 10px 10px 0px; width: 60px; display: none}
.pro_mulu li a{display:block;height:50px;line-height:50px;text-align:left;padding:0 0px;background:#fff; border:1px solid #ccc;color:#555;font-size:14px;margin-bottom:5px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.pro_mulu li a span{float: left;
    display: inline-block;
    height: 34px;
    margin-top: 8px;
    background: #f00;
    line-height: 34px;
    margin-right: 10px;
    padding: 0px 10px;
    color: #fff;
    border-radius: 0px 10px 10px 0px; width: 60px;}
.pro_mulu li:nth-child(1) a span{background: #000000}   
.pro_mulu li:nth-child(2) a span{background: #f23030} 
.pro_mulu li:nth-child(3) a span{background: #30a0f2} 
.pro_mulu li:nth-child(4) a span{background: #8eae41} 
.pro_mulu li:nth-child(5) a span{background: #f4b031} 
.pro_mulu li:nth-child(6) a span{background: #f33170} 
.pro_mulu li:nth-child(7) a span{background: #6942af} 

.pro_mulu li a:hover{background-color:#ff3334; color:#fff;}
.pro_mulu li a.actt{background-color:#ff3334; color:#fff;}
.pro_mulu li dl a{background:#ffffff;height:30px;line-height:30px;font-size:12px;}
.pro_mulu a.pro_more{background:#ddd;display:block;text-align:center;height:40px;line-height:40px; font-size:12px;}
.ny_content .content_left .c_tlt em{display:none;}
.news_l{padding-bottom:20px;}
.news_l li a{display:block;font-size:12px;color:#555;padding-left:15px;background:url(../images/news_tb1.jpg) left center no-repeat;height:40px;line-height:40px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;border-bottom:1px dashed #dedede;}
.news_l li a:hover{color:#ff3334;}
.ny_content .content_right .conn{color:#555;font-size:14px;line-height:28px;padding-top:10px; z-index:1; position:relative;}
.ny_content .ny_news_con2{min-height:300px;}
.ny_content .content_right .conn .ny_news_con img,.ny_content .content_right .conn .ny_news_con  table,.ny_content .content_right .conn .ny_news_con  tr,.ny_content .content_right .conn .ny_news_con  td,.ny_content .content_right .conn .ny_news_con  p,.ny_content .content_right .conn .ny_news_con  span,.ny_content .content_right .conn .ny_news_con  div,.ny_content .content_right .conn .ny_news_con  video,.ny_content .content_right .conn .ny_news_con embed{width:auto !important;height:auto !important;max-width:100% !important;max-height: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;}



.h_tjcp{width:100%;padding:40px 0;}
#demo{overflow:hidden; width:100%; height:334px; margin:0 auto;padding-top:30px;}
#demo #indemo{float:left; width:800%}
#demo #demo1{float:left;}
#demo #demo2{float:left;}
#demo #indemo ul li{float:left;width:22%;margin-right:4%;}
#demo #indemo ul li .tj_pro_box{display:block;width:96%;padding:2%;border-radius: 0 0 2px 2px;background:#f1f1f1;padding-bottom:20px;position:relative;}
#demo #indemo ul li .tj_pro_box .pro_img{text-align:center;width:100%;height:222px;background:#fff;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;overflow:hidden;}
#demo #indemo ul li .tj_pro_box .pro_img img{vertical-align:middle;max-width:90%;max-height:90%;}
#demo #indemo ul li .tj_pro_box .pro_img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
#demo #indemo ul li .tj_pro_box p{height:30px;line-height:30px;margin-top:10px;font-size:16px;text-align:center;color:#555;font-weight:bold;margin-bottom:10px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
#demo #indemo ul li .tj_pro_box span{margin:0 auto;display:block;width: 118px;height: 34px;border: 1px solid #dadada;display: block;text-align: center;line-height: 34px;background: none;position: relative;}
#demo #indemo ul li .tj_pro_box span:before{content: "";position: absolute;background: #ff3334;width: 0;height: 34px;left: 0;z-index: 0;transition: 0.3s;-webkit-transition: 0.3s;-moz-transition: 0.3s;}
#demo #indemo ul li .tj_pro_box span i{position: relative;z-index: 1;background:url(../images/pro_jt.png) center center no-repeat;display:block;width:100%;height: 34px;}
#demo #indemo ul li .l1 {position: absolute; top: 0; left: 0; width: 0; height: 1px; background: #ff3334;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
#demo #indemo ul li .l2 {position: absolute; top: 0; right: 0; width: 1px; height: 0; background: #ff3334;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
#demo #indemo ul li .l3 {position: absolute; bottom: 0; right: 0; width: 0; height: 1px; background: #ff3334;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
#demo #indemo ul li .l4 {position: absolute; bottom: 0; left: 0; width: 1px; height: 0; background:#ff3334;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}

#demo #indemo ul li .tj_pro_box:hover  .l1{width:100%;}
#demo #indemo ul li .tj_pro_box:hover  .l2{height:100%;}
#demo #indemo ul li .tj_pro_box:hover  .l3{width:100%;}
#demo #indemo ul li .tj_pro_box:hover  .l4{height:100%;}

#demo #indemo ul li .tj_pro_box:hover span{border: 1px solid #fff;}
#demo #indemo ul li .tj_pro_box:hover span i{background:url(../images/pro_jt2.png) center center no-repeat;}
#demo #indemo ul li .tj_pro_box:hover span:before{width:100%;}



.ny_products{width:100%;background:#ffffff;}
.prolistbox {width:100%;}
.prolistbox .pro_box{width:100%; background: #f0f0f0; margin-bottom:20px;}
.prolistbox .pro_box .pro_img{width:160px; float:left; padding:20px;}
.prolistbox .pro_box .pro_img img{max-width: 160px; max-height: 160px;}
.prolistbox .pro_box .pro_info{padding: 20px; float:left; width:320px;}
.prolistbox .pro_box .pro_info h2{font-weight:bold; font-size: 16px; color:#000; height: 32px; font-family: PingFang TC, Helvetica Neue, Helvetica, STHeitiTC-Light, Verdana, Arial, sans-serif;}
.prolistbox .pro_box .pro_info .desc{line-height: 24px; font-size: 12px;}
.prolistbox .pro_box:hover{ box-shadow: 0px 3px 3px #E7E7E7; background: #fff;}
.prolistbox .pro_box:hover .pro_info h2{}
.prolistbox .pro_box:hover .pro_info .desc{}
.prolistbox .pro_box .pdflist{width:320px; float:left; padding-top: 20px;}
.prolistbox .pro_box .pdflist a{line-height: 24px; border-bottom: 1px solid #323232; margin: 0px 5px; padding: 0px 0px; display: inline-block;}
.prolistbox .pro_box .pdflist a:hover{color:#ff3334; border-bottom: 1px solid #ff3334;}
.tags_title{border-bottom:1px solid #DDD;margin:0 0 30px;}
.tags_title span{width:110px;padding:0 0px;font-size:16px;text-align:center;height:45px;line-height:45px;margin-bottom: -1px;background:#f8f8f8;color:#333;display:block;margin-left: 5px;border: 1px solid #DDD;border-bottom:1px solid #f8f8f8;font-weight:bold;}

.contact .tags_title span{float:left;width:auto;cursor:pointer; padding: 0 15px;}
.contact .tags_title span.ron{background:#f1f1f1;border: 1px solid #f1f1f1;border-bottom: 1px solid #DDD;color:#666;font-weight:normal;}
.contact .content2{display:none;}
.contact .content1 ul li{float: left;width:30%;margin-right: 45px;}
.contact .content1 ul li:nth-child(3n){margin-right:0;}
.contact .content1 ul li a{display:block;}
.contact .content1 ul li a em{display:block;float:left;width:60px;height:60px;border:1px solid #ddd;border-radius:50%;margin-right:15px;}
.contact .content1 ul li.lx1 em{background:url(../images/contact_tel.png) center center no-repeat;}
.contact .content1 ul li.lx2 em{background:url(../images/contact_email.png) center center no-repeat;}
.contact .content1 ul li.lx3 em{background:url(../images/contact_address.png) center center no-repeat;-webkit-animation: bounce-up 1.4s linear infinite;animation: bounce-up 1.4s linear infinite;}
.contact .content1 ul li a .wz{float:left;width:78%;}
.contact .content1 ul li a .wz p{font-size:20px;padding-bottom:10px;}
.contact .content1 ul li a .wz span{font-size:20px;}
.lx_dz { width:100%; overflow:hidden; margin:50px auto 20px; padding:0;}
.lx_dz .dz_map { width:97%; height:370px; overflow:hidden; margin:0 auto; padding:1%; border:1px solid #d9d9d9;}
.lx_dz .dz_map iframe{width:100%;}
.lx_dz .dz_map iframe body{width:100%;}
.ny_content .content_right .conn .ny_news_tlt{text-align:center;font-size:20px;color:#555;padding:10px 0;}
.ny_news_time{text-align:center;font-size:12px;color:#999;padding-bottom:10px;border-bottom:1px dashed #dedede;margin-bottom:10px;}
.ny_news_ye{padding-top:30px;}
.ny_news_ye p{height:35px;line-height:35px;background:#f1f1f1;margin-bottom:10px;padding:0 20px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.ny_news_ye p:hover{background: #ff3334; color:#fff;}
.ny_news_ye p:hover a{color:#fff;}





.content_right .conn .pro_name{font-size:24px;font-weight:normal;line-height:28px;color:#ff3334;margin-bottom:10px;}

.content_right .conn .proshow1{padding-top:40px;position:relative;}
.content_right .conn .proshow1 .js-silder{float:left;width:45%;margin-top:0 !important;border:1px solid #ddd;}
.proshow1 .js-silder .silder-main-img {width:100%;text-align:center;height:auto;}
.proshow1 .js-silder .silder-main-img img {max-width:80% !important;vertical-align:middle; max-height: 100%;}
.proshow1 .js-silder .silder-main-img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}

.proshow1 .js-silder .silder-ctrl-prev&gt;span, .silder-ctrl-next&gt;span{ background:none;}

.proshow1 .prodesc p{font-size:14px;line-height:24px;margin-bottom:10px;}
.proshow1 .prodesc p.bt{font-size:20px;font-weight:bold;color:#ff3334;}
.content_right .conn .proshow1 .prodesc{float:right;width:51%;}
.content_right .conn .proshow1 .prodesc p.desc{overflow:hidden;color:#999; background: #f2f2f2; margin-top: 30px; padding:20px;}
.content_right .conn .proshow1 .prodesc p.desc span{padding: 10px 0px 0px 20px;}
.content_right .conn .proshow1 .propdf{ margin-top:20px;}
.content_right .conn .proshow1 .propdf h2{color:#ff3334; margin-bottom: 15px;}
.content_right .conn .proshow1 .propdf a{ padding:5px 10px; border:1px solid #fff; display: block; float:left; margin-right: 10px;}
.content_right .conn .proshow1 .propdf a:hover{border:1px solid #ff3334; color:#ff3334;}
.content_right .conn .proshow1 .pro_btn{padding-top:30px;overflow:hidden;}
.content_right .conn .proshow1 .pro_btn1{display:block;width:40%;margin-right:20px;height:55px;line-height:55px;text-align:center;font-size:16px;color:#fff;background:#ff3334;border-radius:2px;float:left;border:1px solid #fff;}
.content_right .conn .proshow1 .pro_btn2{display:block;width:40%;margin-right:0;height:55px;line-height:55px;text-align:center;font-size:16px;background:#7b7b7b;color:#fff;border-radius:2px;float:left;border:1px solid #fff;}
.content_right .conn .proshow1 .pro_btn1:hover{background:#fff;border:1px solid #ff3334;color:#ff3334;}
.content_right .conn .proshow1 .pro_btn2:hover{background:#fff;border:1px solid #7b7b7b;color:#7b7b7b;}

.proshow2{padding-top:20px;}
.proshow2 .prodetail_con{float:right;width:78%;}
.proshow2 .prodetail_con .tags_title{margin:0;}
.proshow2 .prodetail_con .content{padding:0px 0 30px;}
.proshow2 .prodetail_con .content img{max-width:80%;height:auto !important;}
.hide{display: none;}
.proshow2 .prodetail_con .tags_title {border-bottom:1px solid #DDD;margin:0 0 30px;}
.proshow2 .prodetail_con .tags_title span{width:80px;padding:0 15px;font-size:16px;text-align:center;height:45px;line-height:45px;margin-bottom: -1px;background:#f8f8f8;color:#333;display:block;margin-left: 5px;border: 1px solid #DDD;border-bottom:1px solid #f8f8f8;font-weight:bold;}

.proshow2 .prodetail_con .tags_title span{float:left;width:auto;cursor:pointer;}
.proshow2 .prodetail_con .tags_title span.ron{background:#f1f1f1;border: 1px solid #f1f1f1;border-bottom: 1px solid #DDD;color:#666;font-weight:normal;}


.new_inside{width:100%;}
.new_inside ul{width:100%;padding:0;}
.new_inside ul li{background:#ffffff;display:block;padding:24px;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;box-shadow: 0px 0px 20px 0px #eaeaea;margin-bottom:20px;position:relative;}
.new_inside ul li .news_time{position:absolute;left:24px;top:24px;width:90px;text-align:center;background:#666;padding:10px 0;overflow:hidden;border-radius:4px 0 4px 0;}
.new_inside ul li .news_time p{font-size:24px;font-weight:bold;color:#fff;}
.new_inside ul li .news_time span{font-size:14px;color:#fff;}
.new_inside ul li .news_con{padding-left:110px;}
.new_inside ul li .news_con p{font-size:15px;font-weight:bold;color:#515671;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.new_inside ul li .news_con span{display:block;font-size:14px;color:#999;line-height:22px;padding-top:5px;height:45px;overflow:hidden;}
.new_inside ul li:hover p a{ color:#ff3334;}
.new_inside ul li:hover .news_time{ background:#ff3334;}
.new_inside ul li:hover{cursor: pointer;}


.ny_content_wrap{background: #ffffff;width:100%;}
.ny_content{width:90%;max-width:1280px;margin:0 auto;padding-top:20px;padding-bottom:20px;}
.ny_tlt1{width:100%;margin-bottom:30px;}
.ny_tlt1 p{font-size:24px;color:#515671;text-align:center;}
.ny_tlt1 span{display:block;font-size:14px;font-weight:lighter;color:#999;text-align:center;height:30px;line-height:30px;}

.ny_news_con2 .about_img{float:left;width:37%;}
.ny_news_con2 .about_img img{max-width:100%;}
.ny_news_con2 .about_wz{float:right;width:60%;font-size:13px;line-height:30px;color:#555;}
.ny_zycp{background:#f1f1f1; padding:20px 15px;margin-bottom:25px;}
.ny_content .content_right{float:right;width:100%;padding:1%;}
.ny_content .content_right2{float:none;width:100%;padding:0;padding-bottom:30px;}
.ny_content .content_right3{ width:78%; float:right; padding:0;}
.ny_content .content_right .bread_nav1{overflow:hidden;height:40px;line-height:40px;margin-bottom:10px;border-bottom:1px solid #dedede;padding-bottom:5px;}
.ny_content .content_right .bread_nav1 h2{width:20%;font-size:20px;color:#333;float:left;font-weight:bold;}
.ny_content .content_right .bread_nav1 .bread_nav1_right{float:right;width:78%;text-align:right;color:#777;overflow:hidden;}
.ny_content .content_right .bread_nav1 .bread_nav1_right&gt;em{display:inline-block;width:25px;height:40px;background:url(../images/dw.png) center center no-repeat;vertical-align: top;}
.ny_content .content_right .bread_nav1 .bread_nav1_right a{color:#555;}
.ny_content .content_right .bread_nav1 .bread_nav1_right a:hover{color:#ff3334}
.ny_content .content_right .bread_nav{overflow:hidden;height:40px;line-height:40px;margin-bottom:10px;padding-bottom:5px;}
.ny_content .content_right .bread_nav .bread_nav_left{width:35%;text-align:left;color:#777;overflow:hidden;font-size:12px; float:left;}
.ny_content .content_right .bread_nav .bread_nav_left&gt;em{display:inline-block;width:25px;height:40px;background:url(../images/dw.png) center center no-repeat;vertical-align: top;}
.ny_content .content_right .bread_nav .bread_nav_left a{color:#555;}
.ny_content .content_right .bread_nav .bread_nav_left a:hover{color:#ff3334}



#ny_cgal{ width:100%; }
#ny_cgal ul{display:block; float:left; list-style-type:none; padding:0; margin:0; width: 100%;}
#ny_cgal ul li{display:block; float:left; padding:0; margin:0;width:23%;margin-right:30px; margin-bottom:30px;background:#ffffff;border:1px solid #ffffff;border-bottom:0;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; height:361px;}

#ny_cgal ul li:nth-child(4n){ margin-right:0;}
#ny_cgal ul li:hover{border:1px solid #ff3334;}
#ny_cgal ul li .scroll_box{overflow:hidden;display:block; float:left; width:100%;height: 360px; position:relative;color:#333;text-align:center;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;border-radius: 0 0 4px 4px;}



#ny_cgal ul li .scroll_box img{max-width:100%;max-height: 100%;vertical-align:middle;transition-duration: 1s;-ms-transition-duration: 1s;-moz-transition-duration: 1s;-webkit-transition-duration: 1s;}
#ny_cgal ul li .scroll_box .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
#ny_cgal .scroll_box .intro{width: 100%;position:absolute; left:0; z-index:10; background-color:#666; color:#ffffff;padding:0 10px 15px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
#ny_cgal .scroll_box .intro h5{padding:0; margin-bottom:10px; font-size:16px; font-weight:bold; padding:0 15px; height:40px; width:100%; line-height:40px; border-bottom:1px solid #717070;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
#ny_cgal .scroll_box .intro h5 a{ color:#fff;}
#ny_cgal .scroll_box .intro p{font-size:13px; line-height:20px;height:0; overflow:hidden;transition-duration: .25s;;-ms-transition-duration: .25s;-moz-transition-duration: .25s;-webkit-transition-duration: .25s;}
#ny_cgal .scroll_box .intro{bottom:-25px;}
#ny_cgal .scroll_box:hover .intro{bottom:0px;background-color: #ff3334;}
#ny_cgal .scroll_box:hover  p{height:40px; }
#ny_cgal .scroll_box:hover h5{border-bottom:1px solid #f00}
#ny_cgal .scroll_box:hover img{transform: scale(1.3,1.3);}

#dituContent{min-height: 400px;}


.content_right .conn .xgcp{}
.content_right .conn .xgcp li{float:left;width:31%;margin-right:3%;margin-bottom:30px;}
.content_right .conn .xgcp li:nth-child(3n) {margin-right: 0px;}
.content_right .conn .xgcp li&gt;div{display:block;background:#ffffff;padding:10px;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;box-shadow: 0px 0px 20px 0px #eaeaea;}
.content_right .conn .xgcp li&gt;div a{display:block;}
.content_right .conn .xgcp li&gt;div .pro_img{text-align:center;height:300px;overflow:hidden;}
.content_right .conn .xgcp li&gt;div .pro_img img{vertical-align:middle;max-width:100%;max-height:100%;}
.content_right .conn .xgcp li&gt;div .pro_img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle;}
.content_right .conn .xgcp li&gt;div p{font-size:18px;text-align:center;line-height:40px;overflow:hidden;padding-bottom:10px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.content_right .conn .xgcp li&gt;div p span{display: block;height:36px;line-height:36px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;max-width:100%;padding:5px 10px 0;}
.content_right .conn .xgcp li&gt;div em{display:block;text-align:center;height:30px;line-height:30px;font-size:14px;color:#999;overflow:hidden;}
.content_right .conn .xgcp li&gt;div:hover{box-shadow: 0px 0px 20px 0px #eaeaea;}
.content_right .conn .xgcp li&gt;div:hover em{color:#0256ac;}



#productPdf {
    height: 100vh;
    width: 100vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 90px;
}

    #productPdf .header {
        background: #000;
        position: fixed;
        height: 90px;
        width: 100%;
        top: 0;
        left: 0;
        text-align: center;
    }

        #productPdf .header .share {
            background-color: #ffffff;
            text-decoration: none;
            border-radius: 50px;
            padding: 5px 15px;
            display: inline-block;
            position: absolute;
            top: 30%;
            right: 15px;
        }

        #productPdf .header #share_url {
            position: absolute;
            right: 11px;
            bottom: 2px;
            width: 250px;
        }

.mobile #productPdf .header #share_url,
.max-md-size #productPdf .header #share_url {
    right: 130px;
    bottom: initial;
    width: 250px;
    top: 5px;
}

.max-lg-size #productPdf .header .share {
    top: 5px;
}

#productPdf .header .logo {
    display: inline-block;
    height: 100%;
    z-index: 99;
    height: 52px;
    position: absolute;
    left: 15px;
    top: 20px;
}

    #productPdf .header .logo img {
        display: inline-block;
        vertical-align: middle;
    }

.mobile #productPdf .header .logo,
.max-md-size #productPdf .header .logo {
    display: none;
}

#productPdf .header .logo h1 {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 52px;
}

#productPdf .header .nav {
    bottom: 15px;
    text-align: center;
    color: #787878;
    position: absolute;
    width: 100%;
}

    #productPdf .header .nav a {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        padding: 15px;
    }

        #productPdf .header .nav a.active {
            background-color: #e6e6e6;
            color: #e72e25;
        }

.max-lg-size #productPdf .header .nav {
    text-align: right;
}

#productPdf .header .pdf-sub-nav {
    background-color: #e6e6e6;
    position: absolute;
    display: none;
    top: 90px;
    padding: 10px 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #productPdf .header .pdf-sub-nav ul {
        list-style-type: none;
        padding-left: 0;
        max-width: 800px;
        margin: auto;
        text-align: left;
    }


    #productPdf .header .pdf-sub-nav li {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    #productPdf .header .pdf-sub-nav .title {
        font-size: 18px;
        color: #000;
        min-width: 150px;
        display: inline-block;
        margin-right: 25px;
        text-align: left;
    }

    #productPdf .header .pdf-sub-nav a {
        text-decoration: none;
        font-size: 18px;
        margin: 0 15px;
        display: inline-block;
        color: #444;
    }


.contentone{display:none;}

@media (max-width:767px) {
.ny_banner{margin-top: 80px; margin-bottom: 0px;}

#myscroll ul li .scroll_box{ height:148px;}
#myscroll .scroll_box .intro{bottom: -25px;}
#ny_cgal ul li{ width:47%; height:168px; margin-right:3%; margin-bottom:5%;}
#ny_cgal ul li:nth-child(2n){ margin-right:0 !important;}
#ny_cgal ul li:nth-child(3n){margin-right: 3%;}
#ny_cgal ul li .scroll_box{ height:168px;}
#ny_cgal .scroll_box .intro{bottom: -25px;}
#ny_cgal .scroll_box .intro h5{ font-size:12px;}

#demo {height: 226px;}
#demo #indemo ul li .tj_pro_box .pro_img{height:120px;}
#demo #indemo ul li .tj_pro_box p{font-size:14px;}
#demo #indemo ul li .tj_pro_box span{width:88px;height:26px;}
#demo #indemo ul li .tj_pro_box span i{height:26px;}
.ny_tlt1{margin-bottom:15px;display:none;}
.ny_news_con2 .about_img{float:none;width:100%;}
.ny_news_con2 .about_wz{float:none;width:100%;padding-top:15px;}
.ny_zycp{padding:10px 15px;margin-top:15px;line-height: 22px;}
.ny_content .content_right{float:none;width:98%;padding:1%;}
.ny_content .content_right .bread_nav{overflow:visible;height:auto;line-height:24px;}
.ny_content .content_right .bread_nav h2{float:none;width:100%;}
.ny_content .content_right .bread_nav .bread_nav_left{float:none;width:100%;text-align:left;line-height:15px;padding:10px 0 7px;}
.ny_content .content_right .bread_nav .bread_nav_left&gt;em{height:15px;}
.bread_nav_right{float:none;width:100%;text-align:left; margin-top:10px;}

.ny_content .content_left {float: none;width: 100%;}
.ny_content .content_left .c_tlt{ height:40px; line-height:40px;text-align: left; padding: 0 3%;}
.ny_content .content_right .bread_nav1{overflow:visible;height:auto;line-height:24px;}
.ny_content .content_right .bread_nav1 h2{float:none;width:100%;}
.ny_content .content_right .bread_nav1 .bread_nav1_right{float:none;width:100%;text-align:left;line-height:15px;padding:10px 0 7px;}
.ny_content .content_right .bread_nav1 .bread_nav1_right&gt;em{height:15px;}


.ny_content .content_right2{padding-bottom:0;}
.sy_pro .pro_hd ul li a{padding: 8px 10px;}
.sy_pro .pro_bd ul li .pro_img_box .pro_img{height:180px;}
/*.ny_products .pro_bd ul li{width:48%;}
.ny_products .pro_bd ul li:nth-child(2n){margin-right: 0;}
.ny_products .pro_bd ul li:nth-child(3n){margin-right: 3%;}
.ny_products .pro_bd ul li:nth-child(6n){margin-right: 0;}
.ny_products .pro_hd ul li a{padding: 8px 10px;}
.ny_products .pro_bd ul li .pro_img_box .pro_img{height:220px;}
.ny_products .pro_hd ul li a{padding: 8px 10px;}
.ny_products .pro_bd ul li .pro_img_box .pro_img{height:180px;}*/

.new_inside ul li a{padding:10px;}
.new_inside ul li .news_time{top:11px;left:14px;}
.ly_msg ul li h4{display:none;}
.cpzx .ly_msg ul li div{width:100% !important;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara{width:100% !important;}
.cpzx .ly_msg ul li .msg_ipt12{width:100% !important;}
.ly_msg ul li div.msg_ipt2{width:30% !important;}
.ly_msg ul li span{display:none;}
.ly_msg{margin: 0 auto 0 !important;}
.cpzx .msg_btn input{width:49%;margin-right:0;}
.cpzx .msg_btn input:first-child{margin-right:2%;}
.content_right .conn .proshow1{padding-top:20px; padding-bottom:20px;}
.content_right .conn .proshow1 .js-silder{float:none;width: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding-top:20px;padding-bottom:20px;}
.content_right .conn .proshow1 .prodesc{float:none;width: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding-top:15px;}
.content_right .conn .proshow1 .prodesc p.desc{height:74px;}
.content_right .conn .proshow1 .pro_btn{padding-top:15px; padding-bottom:20px;}
.content_right .conn .proshow1 .pro_btn1{height:44px;line-height:44px; width:100%;}
.content_right .conn .proshow1 .pro_btn2{height:44px;line-height:44px;}
.content_right .conn .proshow1 .pro_btn2 em{display:none;}
.tags_title{margin: 20px 0 30px;}
.proshow2 .prodetail_con{width:100%;}
.proshow2{padding-top:0;}
.content_right .conn .ny_news_con .honor img{max-width:100% !important;}
.proshow1 .js-silder .silder-main-img{ height:300px;}
.ny_content .content_left .c_tlt{font-size: 16px;}
.ny_content .content_left .c_tlt em{cursor:pointer; display:block;width:30%;text-align:right;color:#ffffff;height:40px;line-height:40px;float:right;/*background:url(../images/jt.png) no-repeat right center;*/-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s; font-size:12px; font-weight:normal;}
.pro_mulu{ display:none;}


.contact .content1 ul li {float: none;width: 100%;margin-right: 0;margin-bottom:20px;}
.contact .content1 ul li a .wz{width:75%;}
.contact .content1 ul li a .wz p {float:left;width:100%;line-height:26px;padding-right:10px;}
.contact .content1 ul li a .wz span {float:left;width:100%;line-height:26px;}
.contact .content1 ul li.lx3 a .wz span {float:left;line-height:30px;}
.lx_dz {margin: 20px auto 20px; }
.lx_dz .dz_map{height:270px;}

#dituContent{min-height: 300px;}
.ny_banner{display: none;}

.content_right .conn .xgcp li{width:100%;margin-right:0;}
.content_right .conn .xgcp li:nth-child(2n){margin-right:0;}
.content_right .conn .xgcp li:nth-child(3n) {margin-right: 3%;}
.content_right .conn .xgcp li:nth-child(6n) {margin-right: 0;}
.content_right .conn .xgcp li&gt;div a .pro_img{height:115px;}
.content_right .conn .xgcp li&gt;div p span{height:26px;line-height:26px;font-size:15px;}
.content_right .conn .xgcp li&gt;div p a{padding-bottom:0;font-size:15px;}


.prolistbox .pro_box .pro_img{width:90%;float:none; padding:5%; text-align: center;}
.prolistbox .pro_box .pro_img img{max-width: 100%; max-height: 100%;}
.prolistbox .pro_box .pro_info{width:90%: padding:5%;}
.content_right .conn .proshow1 .prodesc p.desc{width:94%; padding:3%; height:auto;}
.content_right .conn .proshow1 .prodesc p.desc span{padding:0px;}

.contentone{display:block; color: #fff; margin-bottom: 15px; font-size:16px; height:40px; line-height:40px; background:#ff3334; padding-left:3%}
.tags_title {display:none;}
.content .hide{display:block;}

#productPdf .header .logo{display:none;}

ul#nav&gt;li.nav_on a{color:#333; line-height: 40px;}
}


.pagination{text-align: right}

.page_list{text-align: right; margin-bottom: 30px;}
.page {
	display:inline-block;
	font: 16px/28px '微软雅黑', sans-serif;
	*display:inline;
	:1;
	*zoom:1;}
.page span,.page strong {
	float:left;}
.page a,
.page span.disabled,
.page strong {
	background:#FFF;
	border:1px solid #CCC;
	color:#333;
	float:left;
	font: 16px/24px  '微软雅黑', sans-serif;
	margin-right:5px;
	min-width:15px;
	padding:4px 8px;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
	_width:15px;}
	.page strong{background:#ff3334; color:#fff; }
.page a:hover {
	border:1px solid #ff3334;
	color:#ff3334;
	text-decoration:none;}
.page span.disabled {
	background:#FFF;
	border:1px solid #CCC;
	color:#CCC;}
.page span.ellipsis {
	float:left;
	font: 16px/24px '微软雅黑', sans-serif;
	line-height:22x;
	margin-right:5px;}
.page .page_txt {
	line-height:20px;
	float:right;
	width:auto;}
.page a.page-curpage {
	background:#3561db;
	border:1px solid #3561db;
	color:#FFF;
	font-weight:bold;}
.page input {
	font: 14px Verdana;
	padding:0 0 0 1px;
	width:40px;
	height:14px;}

.am-direction-nav{display: none;}



.youbu{
	position:fixed;
	right:0;
	top:40%;
	z-index:999;
	width:75px;
}
.youbu&gt;div{
	position:relative;
	width:75px;
	height:75px;
	line-height:75px;
	cursor:pointer;
	margin-bottom:1px;
	background:#ff3334;
}
.youbu .totop{
	font-size:16px;
	color:#fff;
	background:#ff3334;
	text-align:center;
}
.youbu .totop a{color:#fff; display:block;}
.youbu .txqq{
	width:260px;
	height:75px;
	transition:.5s;
}
.youbu .txqq span{
	background:url(../images/qq.png) center no-repeat;
	height:75px;
	width:75px;
	display:block;
	float:left;
}
.youbu .txqq small{
	font-size:16px;
	color:#fff;
	float:left;
	display:block;
}
.youbu .txqq:hover{
	transition:.5s;
	margin-left:-185px;
}
.youbu .rxdh{
	width:260px;
	height:75px;
	transition:.5s;
}
.youbu .rxdh span{
	background:url(../images/dh.png) center no-repeat;
	height:75px;
	width:75px;
	display:block;
	float:left;
}
.youbu .rxdh small{
	font-size:16px;
	color:#fff;
	float:left;
	display:block;
}
.youbu .rxdh:hover{
	transition:.5s;
	margin-left:-185px;
}
.youbu .txwx{
	width:75px;
	height:75px;
	position:relative;
}
.youbu .txwx span{
	background:url(../images/wx.png) center no-repeat;
	height:75px;
	width:75px;
	display:block;
}
.youbu .txwx small{
	font-size:16px;
	color:#fff;
	position:absolute;
	display:block;
	width:150px;
	display:none;
	bottom:0;
}
.youbu .txwx small img{
	width:100%;
}
.youbu .txwx:hover small{
	margin-left:-150px;
	display:block;
}


@media (max-width:767px) {
.youbu{display:none}
}


.downloadlist{width:49%; margin-right:2%;float:left; margin-bottom: 24px; padding:6px 24px; border:1px solid #ccc; position: relative; box-sizing: border-box;}
.downloadlist:nth-child(2n){margin-right: 0px; }
.downloadlist .tit{line-height: 32px; float:left; max-width: 80%; overflow: hidden;}
.downloadlist a{display:inline-block; float:right; line-height: 32px;}
.downloadlist a img{width:32px; height: 32px;}
.downloadlist font {
    width: 0%;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #d81920;
    -webkit-transition: 0.9s ease;
    -moz-transition: 0.9s ease;
    -ms-transition: 0.9s ease;
    -o-transition: 0.9s ease;
    transition: 0.9s ease;
}
.downloadlist:hover{color:#d81920;}
.downloadlist:hover font {
    width: 100%;
}

@media only screen and (max-width:1400px ) {
    .downloadlist{width:48%; margin-right:4%;}
    .downloadlist:nth-child(2n){margin-right: 0%;}
   
}

@media only screen and (max-width:1024px ) {
    .downloadlist{width:32%; margin-right:2%;}
}

@media only screen and (max-width:737px ) {
    .downloadlist{width:100%; margin-right:0%;}
    .downloadlist:nth-child(2n){margin-right: 0%;}
    .downloadlist:nth-child(5n){margin-right: 0%;}
}
</pre></body></html>